home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / BIN / xc.msg < prev    next >
Text File  |  1996-06-04  |  18KB  |  470 lines

  1. 000
  2. 001 illegal character
  3. 002 comment not closed; started at line %d
  4. 003 illegal number
  5. 004 string literal not closed or too long
  6. 005 unexpected end of file
  7. 006 identifier too long
  8. 007 identifier expected
  9. 008 expected symbol %s
  10. 009 illegal keyword usage
  11. 010 source text read error
  12. 011 can not determine source text language
  13.  
  14. 020 undeclared identifier "%s"
  15. 021 type identifier "%s" shall not be used in declaring itself
  16. 022 identifier "%s" was already defined at %s[%d.%d]
  17. 023 unsatisfied forward reference
  18. 024 recursive import not allowed
  19. 025 unsatisfied exported object
  20. 026 forward reference, "%s" will be defined at %s[%d.%d]
  21. 027 illegal usage of module identifier "%s"
  22. 028 identifier "%s" was already defined in other module
  23. 029 incompatible types:\n    "%s"\n    "%s"
  24. 030 incompatible types
  25. 031 identifier does not denote a type
  26. 032 scalar type expected
  27. 033 incompatible with WORD
  28. 034 illegal type conversion
  29. 036 illegal hidden type specification
  30. 037 illegal type transfer
  31. 038 illegal number of parameters "%s"
  32. 039 kind of parameter "%s" mismatch
  33. 040 type of parameter "%s" mismatch
  34. 041 guard or test type is not an extension of variable type
  35. 042 incompatible assignment
  36. 043 illegal result type of procedure
  37. 044 incompatible result types
  38. 045 parameter passing conventions mismatch
  39. 046 illegal usage of open array type
  40. 047 fewer actual than formal parameters
  41. 048 more actual than formal parameters
  42. 049 BYTE expected
  43. 050 object is not array
  44. 051 object is not record
  45. 052 object is not pointer
  46. 053 object is not set
  47. 054 object is not variable
  48. 055 object is not procedure: %s
  49. 056 object is not module
  50. 057 operand type not applicable to (this) relation
  51. 058 object is not dynarr
  52. 059 object is neither a pointer nor a VAR-parameter record
  53. 060 pointer not bound to record or array type
  54. 061 dimension too large or negative
  55. 062 pointer not bound to record
  56. 063 object is not a type-bound procedure
  57. 064 illegal base type of array aggregate
  58. 065 the record type is from another module
  59. 066 procedure is not global %s
  60. 067 receiver type should be exported
  61. 068 illegal base type-bound procedure call
  62. 069 illegal type-bound procedure redefinition
  63. 070 inadmissible mixture of Modula-2 and Oberon-2
  64. 071 not defined for non-Oberon types
  65. 072 illegal order of redefinition of type-bound procedures
  66. 073 assigned procedure should not be code (or external)
  67. 074 redefined type-bound procedure should be exported
  68. 075 function procedure without RETURN
  69. 076 value is required
  70. 077 SIZE cannot be applied to a constant
  71. 078 SIZE cannot be applied to an open array
  72. 079 must be type or designator
  73.  
  74. 080 illegal module header
  75. 081 illegal expression
  76. 082 illegal declaration
  77. 083 illegal type declaration
  78. 086 expression starts with incorrect symbol
  79. 087 expression should be constant
  80. 088 identifier does not match block name
  81. 089 procedure not implemented "%s"
  82. 090 procedure call is a function
  83. 091 call of proper procedure in expression
  84. 092 code procedure is not allowed in definition module
  85. 093 not allowed in definition module
  86. 094 allowed only in definition module
  87. 095 allowed only in global scope
  88. 096 unsatisfied opaque type "%s"
  89. 097 unsatisfied forward type "%s"
  90. 098 allowed only for value parameter
  91. 099 allowed only in procedure body
  92. 100 illegal order of declarations
  93. 101 export not allowed
  94. 102 language extension is not allowed
  95. 103 CONSTS: value expected
  96. 104 CONSTS: designator expected
  97. 105 CONSTS: statement expected
  98. 106 CONSTS: node type = NIL
  99. 107 shall not have a value less than 0
  100. 108 FOR-loop control variable "%s" cannot be exported
  101. 109 forward type cannot be opaque
  102. 110 illegal length, %d was expected
  103. 111 shall be an expression of a whole number type
  104. 112 expression for field "%s" was expected
  105. 113 no variant is associated with the value of the expression
  106. 114 object "%s" is a field
  107. 115 procedure "%s" does not match previous definition
  108. 116 object "%s" is not exported
  109. 117 type of "%s" is not defined yet
  110. 118 base type is allowed only for Oberon record
  111. 119 variant fields are not allowed in Oberon record
  112. 120 field of Oberon type is not allowed in non-Oberon record
  113. 121 illegal use of object "%s"
  114. 122 expression out of bounds
  115. 123 object is read-only
  116. 124 low bound greater than high bound
  117. 125 EXIT not within LOOP statement
  118. 126 case label defined more then once
  119. 127 empty CASE not allowed
  120. 128 variable should be declared in current block
  121. 129 should be NEW or DISPOSE
  122. 130 redefinition of NEW or DISPOSE not allowed
  123. 131 zero step in FOR statement
  124. 132 shall be an open array designator
  125. 133 range is too large
  126. 134 must be value of unsigned type
  127. 135 must be value of pointer type
  128. 136 must be type designator
  129. 137 value does not have a defined storage size
  130. 138 must be variable of ordinal type
  131. 139 must be entire designator
  132. 140 interrupt procedures are not implemented yet
  133. 141 opaque type can not be defined as Oberon pointer
  134. 142 can not generate code
  135. 143 not allowed in Oberon
  136. 144 pointer and record types are mixed in type test
  137. 145 formal parameter is not allowed here
  138. 146 exported variable is not allowed here
  139. 147 threatened variable is not allowed here
  140. 148 finalization is allowed only in module block
  141. 149 RETRY is allowed only in exceptional part of block
  142. 150 type name expected
  143. 151 must be of integer type
  144. 152 incompatible calling conventions:\n    "%s"\n    "%s"
  145. 153 incompatible calling conventions
  146. 154 procedure "%s" does not match previous definition:\n  was: %s\n  now: %s
  147. 155 invalid system flag value
  148. 156 procedure designator was expected
  149. 157 object must be exported
  150. 158 control variable "%s" is threatened here
  151. 159 type of aggregate is not set or array or record
  152.  
  153. 171 illegal structure of conditional compilation options
  154. 172 conditional compilation option starts with incorrect symbol
  155. 173 pragma not closed; started at line %d
  156. 174 unexpected end of file while skipping; see at %d
  157. 175 invalid pragma syntax
  158.  
  159. 190 incorrect symbol file "%s"
  160. 191 incorrect version of symbol file "%s"
  161. 192 key inconsistency of imported module "%s"
  162. 193 generation of new symbol file not allowed
  163. 194 module name does not match symbol file name "%s"
  164.  
  165. 200 not yet implemented
  166. 201 number too large
  167. 202 illegal set base type
  168. 203 division by zero
  169. 204 overflow in constant expression
  170. 205 invalid case in CASE statement
  171. 206 array length is too large or less then zero
  172. 207 DIV/MOD: divisor should be positive
  173. 208 CASE statement always fails
  174.  
  175. 209 identifier coincides with ANSI C (or C++) keyword
  176.  
  177. 219 too many dimensions
  178. 220 too many variables
  179. 221 too many procedures
  180. 222 too many parameters
  181. 223 case range too long
  182. 224 too many pointers
  183. 225 too many exported types
  184. 226 too many imported modules
  185. 227 jump distance too long
  186. 228 not enough registers: simplify expression
  187. 229 heirarchy of record extensions too high
  188. 230 too many records have type-bound procedures
  189. 231 code too long
  190. 232 type is too large
  191. 233 type structure is too complicated
  192. 234 can not be implemented in this back-end
  193. 235 local procedure can not be taken out due to
  194. 236 "C" procedure should be declared as external (PROCEDURE [2] +)
  195. 237 #GENCMD equation: wrong syntax (position %d)
  196. 238 #GENCMD equation: execution fault, error code %d
  197. 239 integer overflow
  198. 240 NEW or DISPOSE not satisfied: %s is not found
  199. 241 Register description expected
  200. 242 Incorrect coprocessor register description
  201. 243 Illegal parameter offset
  202. 244 Illegal register usage
  203. 245 Registers must be different
  204. 246 Multiple use of register
  205. 247 Cannot be passed in registers pair
  206. 248 Cannot be passed in coprocessor register
  207. 249 Cannot be passed in this register
  208. 250 Parameters overlap
  209. 251 Illegal coprocessor registers set
  210. 252 Not all parameters are specified
  211. 253 Incorrect specification of RETURN
  212. 254 Specification of RETURN is missing or unnecessary
  213. 255 Register cannot be used
  214. 256 Symbol expected
  215. 257 Illegal type or value of constant
  216. 258 real overflow or underflow
  217.  
  218. % WARNINGS
  219.  
  220. 300 variable declared but never used
  221. 301 parameter is never used
  222. 302 value was assigned but never used
  223. 303 procedure declared but never used
  224. 304 possibly used before definition "%s"
  225. 305 constant declared but ne